runtime.schedt.maxmcount (field)
7 uses
runtime (current package)
proc.go#L719: sched.maxmcount = 10000
proc.go#L800: if count > sched.maxmcount {
proc.go#L801: print("runtime: program exceeds ", sched.maxmcount, "-thread limit\n")
proc.go#L6555: out = int(sched.maxmcount)
proc.go#L6557: sched.maxmcount = 0x7fffffff
proc.go#L6559: sched.maxmcount = int32(in)
runtime2.go#L788: maxmcount int32 // maximum number of m's allowed (or die)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |